home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / reqtlsdv.lha / ReqTools / Glue / SAS-C / LibSource.lha / src / README.SAS < prev    next >
Text File  |  1994-01-30  |  611b  |  24 lines

  1.  
  2. ;
  3. ; For SAS/C users.
  4. ;
  5. ; execute this README.SAS file to make .lib files
  6. ;
  7. ; To make reqtools.lib (the SMALL_CODE version, all data relative to A4) use:
  8.  
  9.     smake -a -f makefile.sas ASMFLAGS=-dSMALL_CODE reqtools.lib
  10.  
  11. ; To make reqtoolsnb.lib (the LARGE_CODE version, absolute data, no-base) use:
  12.  
  13.     smake -a -f makefile.sas ASMFLAGS=-dLARGE_CODE reqtoolsnb.lib
  14.  
  15. ; Then copy 'reqtools.lib' and 'reqtoolsnb.lib' to LIB:
  16. ;
  17. ;
  18. ; If you compile your programs with the default, small data model
  19. ; link with 'reqtools.lib',
  20. ;
  21. ; if you compile your programs with the large data model
  22. ; link with 'reqtoolsnb.lib'.
  23.  
  24.